home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…rary 6 (Reseller Edition)
/
Apple Ref. & Pres. Lib.v6.0.toast
/
pc
/
3-Presentations
/
Apple Demos
/
Training
/
HyperCard 2.0 Training
/
•HC 2.0-4
/
card_4012.txt
< prev
next >
Wrap
Text File
|
1990-04-06
|
4KB
|
206 lines
-- card: 4012 from stack: in.0-4
-- bmap block id: 2320
-- flags: 0000
-- background id: 2767
-- name: Ex 1.6
-- part 4 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=97 top=124 right=200 bottom=159
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: choice1
----- HyperTalk script -----
on mouseUp
hideFeedback
set hilite of me to not hilite of me
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=178 top=124 right=200 bottom=285
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: choice2
----- HyperTalk script -----
on mouseUp
hideFeedback
set hilite of me to not hilite of me
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=301 top=124 right=200 bottom=363
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: choice3
----- HyperTalk script -----
on mouseUp
hideFeedback
set hilite of me to not hilite of me
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=142 top=203 right=279 bottom=204
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: choice4
----- HyperTalk script -----
on mouseUp
hideFeedback
set hilite of me to not hilite of me
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=257 top=204 right=280 bottom=319
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: choice5
----- HyperTalk script -----
on mouseUp
hideFeedback
set hilite of me to not hilite of me
end mouseUp
-- part 11 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=399 top=296 right=314 bottom=458
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Done
----- HyperTalk script -----
-- The "checkManyRight" handler is in the stack script.
on mouseUp
put empty into choices
repeat with i=1 to 5
if the hilite of btn ("choice" & i) is true then
put i after choices
end if
end repeat
if choices is fld "answer" then ans 1
else if length(choices) = 0 then noAns
else if length(choices) = 1 then ans 2
else ans 3
end mouseUp
-- part 13 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=476 top=278 right=308 bottom=507
-- title width / last selected line: 0
-- icon id / first selected line: 13043 / 13043
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Mask
-- part 14 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=346 top=320 right=338 bottom=461
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Correct Answer
----- HyperTalk script -----
-- This handler shows the correct answer. It dehilites all btns,
-- then hilites the correct ones.
on mouseUp
hideFeedback
repeat 3
dehiliteBtns
wait 15
lock screen
repeat with i=1 to 5
set the hilite of btn i to true
end repeat
unlock screen
wait 15
end repeat
ans 5
end mouseUp
-- part contents for background part 9
----- text -----
6 of 6
-- part contents for background part 6
----- text -----
Click on the possible advanced uses or extensions of HyperCard. Click “Done” when you have made your selection.
-- part contents for background part 21
----- text -----
Yes! HyperCard can do all these things and more.
Yes, this choice is correct -- but look closely and you’ll see that all choices are correct.
Yes, these choices are correct -- but look closely and you’ll see that all choices are correct.
Please answer the question before clicking “Done”.
This is the correct answer. HyperCard can do all these things and more.
-- part contents for background part 19
----- text -----
12345